home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / REMOTE < prev    next >
Text File  |  1991-09-18  |  2KB  |  61 lines

  1. ======                                              NOSview [137]
  2. remote
  3. ======
  4.  
  5. _________________________________________________________________
  6. remote [-p <port>] [-k <key>] [-a <kickaddr>] <host>
  7.                                               kick | exit | reset
  8. _________________________________________________________________
  9. Send a UDP packet to the specified host commanding it to exit
  10. NOS, reset the processor, or force a retransmission on TCP
  11. connections.
  12.  
  13. For this command to be accepted, the remote system must be
  14. running the remote server.  Also, the port number specified in
  15. the remote command must match the port number given when the
  16. server was started on the remote system.
  17.  
  18. If the port numbers do not match, or if the remote server is not
  19. running on the target system, the command packet is ignored.
  20.  
  21. Even if the command is accepted there is no acknowledgement.
  22.  
  23. The 'kick' subcommand forces a retransmission timeout on all TCP
  24. connections that the remote node may have with the local node.
  25.  
  26. If the '-a' option is used, connections to the specified host are
  27. kicked instead.  No key is required when using the 'kick'
  28. subcommand.
  29.  
  30. The 'exit' and 'reset' subcommands are mainly useful for
  31. restarting NOS on a remote unattended system after the
  32. configuration file has been updated.  The remote system should
  33. invoke NOS automatically upon booting, preferably in an infinite
  34. loop.
  35.  
  36. For example, under DOS the boot disk should contain the following
  37. commands in AUTOEXEC.BAT:
  38.  
  39.     :loop
  40.     NOS
  41.     goto :loop
  42.  
  43. >> Example:  remote uk kick
  44.  
  45.  
  46. _________________________________________________________________
  47. remote -s [<key>]
  48. _________________________________________________________________
  49. The 'exit' and 'reset' subcommands of 'remote' require a
  50. password.  The password is set on a given system with the '-s'
  51. option, and it is specified in a command to a remote system with
  52. the '-k' option.
  53.  
  54. If no password is set with the '-s' option, then the 'exit' and
  55. 'reset' subcommands are disabled.
  56.  
  57. Note that 'remote' is an experimental feature in NOS; it is not
  58. yet supported by any other TCP/IP implementation.
  59.  
  60. >> Example:  remote -s sleutel
  61.